projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67710a6
)
(x_set_cursor_color): Set cursor_foreground_pixel.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 16 May 1993 22:35:23 +0000
(22:35 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 16 May 1993 22:35:23 +0000
(22:35 +0000)
src/xfns.c
patch
|
blob
|
history
diff --git
a/src/xfns.c
b/src/xfns.c
index 0ace204ec662bdf300e6b0ce1e14d4ce374d45f0..9b9ecab6f3c6ff2f3c79ca2f61a54e886f962271 100644
(file)
--- a/
src/xfns.c
+++ b/
src/xfns.c
@@
-647,6
+647,7
@@
x_set_cursor_color (f, arg, oldval)
if (f->display.x->cursor_pixel == fore_pixel)
fore_pixel = f->display.x->background_pixel;
}
+ f->display.x->cursor_foreground_pixel = fore_pixel;
if (FRAME_X_WINDOW (f) != 0)
{